﻿@charset "utf-8";
/* CSS Document */
@media screen and (min-width:769px){
div.floatCtro{ width:190px; height:auto; position:absolute; left:0; top:0; z-index:100}
.floatCtro-nav{width:140px;margin:0 auto; background:url(../images/navbg.png) no-repeat}
div.floatCtro p{ text-align:center; height:36px; line-height:36px;  font-size:16px; font-weight:bold; color:#fff;  padding:0; cursor:pointer; margin-bottom:11px }
div.floatCtro p a{ color:#fff}
div.floatCtro p:hover{ background:#0072bd; color:#fff;}
div.floatCtro p.cur{ background:#0072bd; color:#fff;}
.bauma-news-scroll{ max-height:520px;margin:0% auto 5%;}
}
@media screen and (max-width:768px){
div.floatCtro{ width:100%; height:auto; position:fixed; left:0; top:initial !important; bottom:0; z-index:100}
.floatCtro img{ float:left; width:20%}
.floatCtro-nav{width:100%;margin:0 auto; background:#0072bd; position:absolute; bottom:0}
div.floatCtro p{ text-align:center; height:36px; line-height:36px;  font-size:14px; color:#fff;  padding:0; cursor:pointer; width:25%; float:left}
div.floatCtro p:hover{ background:#ffd101; color:#fff;}
div.floatCtro p.cur{ background:#ffd101; color:#fff;}
}